Skip to main content

Decompose Node

The Decompose Node gets nested object to the Input Port, decomposes elements from the object, sends the elements to the Output Ports.

Decompose Node
Decompose Node

The Decompose Node has one Input Port to get an object and requires to manually add the Output Ports for each decomposing element.

In the example above, the Decompose Node is used to decompose elements from the nested objects in an array.

The Decompose Node employs the JMESPath language to query JSON structures:

The JSONin Node has built in functionality of the Decompose Node.

The JSONin Node decomposes nested objects to elements except arrays.

The JSONin Node is able to automatically generate the Output Ports from the input sample messages.

The + button in the Output Group of Ports is used to add Ports for the elements manually.